home *** CD-ROM | disk | FTP | other *** search
- Title=Central force - 1
- XForce=-b*x/R^c
- YForce=-B*y/R^c
- Mass=1
- g=0
- b=100
- c=3
- MinX=-15
- MaxX=5
- XUnit=m
- MinY=-10
- MaxY=10
- YUnit=m
- Boundary=R<1
- InitX=5
- InitY=0
- InitVx=0
- InitVy=5.5
- end
-
- Title=Central force - 2
- XForce=-x/R^3
- YForce=-y/R^3
- Mass=1
- g=0
- b=0
- c=0
- MinX=-1.6
- MaxX=1.6
- XUnit=m
- MinY=-1.6
- MaxY=1.6
- YUnit=m
- Boundary=R<0.2
- InitX=-1.5
- InitY=0
- InitVx=0
- InitVy=0.82
- end
-
- Title=Central force - 2
- XForce=-x/R^C
- YForce=-y/R^C
- Mass=1
- g=0
- b=0
- c=3.5
- MinX=-10
- MaxX=10
- XUnit=m
- MinY=-10
- MaxY=10
- YUnit=m
- Boundary=R<0.1
- InitX=-10
- InitY=0
- InitVx=0
- InitVy=0.1235
- end
-
- Title=SHM - 2 dimensions
- XForce=-b*x
- YForce=-B*y
- Mass=1
- g=0
- b=0.5
- c=0
- MinX=-10
- MaxX=10
- XUnit=m
- MinY=-10
- MaxY=10
- YUnit=m
- Boundary=R<1
- InitX=8
- InitY=0
- InitVx=3
- InitVy=4
- end
- Title=Air resistance
- XForce=-c*vx
- YForce=g-c*vy
- Mass=1
- g=-9.81
- b=0
- c=0
- MinX=0
- MaxX=2000
- XUnit=m
- MinY=0
- MaxY=2000
- YUnit=m
- Boundary=y<1
- InitX=0
- InitY=0
- InitVx=100
- InitVy=100
- end
- Title=Molecular Potential
- XForce=2/x^3-1/x^2
- YForce=0
- Mass=1
- g=0
- b=0
- c=0
- MinX=0
- MaxX=10
- XUnit=m
- MinY=0
- MaxY=2
- YUnit=m
- Boundary=R<1
- InitX=2.5
- InitY=1
- InitVx=0
- InitVy=0
- end
- Title=Lissajou figures
- XForce=-b*x
- YForce=-c*y
- Mass=1
- g=0
- b=0.5
- c=1.2
- MinX=-10
- MaxX=10
- XUnit=m
- MinY=-10
- MaxY=10
- YUnit=m
- Boundary=R<-1
- InitX=8
- InitY=0
- InitVx=3
- InitVy=4
- end
- Title=Van der Pol oscillator
- XForce=-g*g*x+b*(c*c-Vx*Vx)*Vx
- YForce=0
- Mass=1
- g=2
- b=0.1
- c=1
- MinX=-10
- MaxX=10
- XUnit=m
- MinY=-10
- MaxY=10
- YUnit=m
- Boundary=R<-1
- InitX=8
- InitY=0
- InitVx=3
- InitVy=0
- end